┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/pie/vendor/illuminate/contracts/Auth/Access
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: Authorizable.php
<?php namespace Illuminate\Contracts\Auth\Access; interface Authorizable { /** * Determine if the entity has a given ability. * * @param iterable|string $abilities * @param array|mixed $arguments * @return bool */ public function can($abilities, $arguments = []); }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Authorizable.php
PHP
310 B
2025-03-24 11:47
EDIT
📄 Gate.php
PHP
3.7 KB
2025-03-24 11:47
EDIT